home *** CD-ROM | disk | FTP | other *** search
Oberon Document | 1995-08-09 | 1.8 KB | 45 lines | [oODC/obnF] |
- Documents.StdDocumentDesc
- Documents.DocumentDesc
- Containers.ViewDesc
- Views.ViewDesc
- Stores.StoreDesc
- Documents.ModelDesc
- Containers.ModelDesc
- Models.ModelDesc
- Stores.ElemDesc
- TextViews.StdViewDesc
- TextViews.ViewDesc
- TextModels.StdModelDesc
- TextModels.ModelDesc
- TextModels.AttributesDesc
- Helvetica
- TextRulers.StdRulerDesc
- TextRulers.RulerDesc
- TextRulers.StdStyleDesc
- TextRulers.StyleDesc
- TextRulers.AttributesDesc
- Helvetica
- Helvetica
- Helvetica
- DevMarkers
- DEFINITION DevMarkers;
- PROCEDURE NextError;
- PROCEDURE ToggleCurrent;
- PROCEDURE UnmarkErrors;
- END DevMarkers.
- PROCEDURE NextError
- Guard: TextCmds.FocusGuard
- Move caret forward after the next error marker. If there is none, the text is scrolled to the beginning.
- PROCEDURE ToggleCurrent
- Guard: TextCmds.FocusGuard
- Toggle the state of the marker before the caret.
- PROCEDURE UnmarkErrors
- Guard: TextCmds.FocusGuard
- Removes all error markers.
- TextControllers.StdCtrlDesc
- TextControllers.ControllerDesc
- Containers.ControllerDesc
- Controllers.ControllerDesc
- Helvetica
- Documents.ControllerDesc
-